home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / WAR2MENU.DXR / 00008_GAMEIN.PCX.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  170 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(4, 1)
  3.   set the castNum of sprite 4 to 9
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(4, 0)
  9.   updateStage()
  10.   play movie "infowar2.dir"
  11. end
  12.